Feature: Broadcast Page
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'split')
at __puppeteer_evaluation_script__:1:19
at ExecutionContext._evaluateInternal (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:273:13)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async ExecutionContext.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:140:12)
at async JSHandle.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\JSHandle.ts:161:12)
When
the user click cancel and logout button after filling the following details
+ Show Error
+ Screenshot
TypeError: Cannot read property 'asElement' of null
at C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\tests\actions\authFlow.actions.ts:109:24
at Generator.next ((anonymous))
at fulfilled (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\tests\actions\authFlow.actions.ts:5:58)
at runMicrotasks ((anonymous))
at processTicksAndRejections (internal/process/task_queues.js:95:5)
| firstName | lastName | roleName | relation | companyName | jobTitle | country | state | companySize | phoneNumber | countryCode | jobRole |
|---|---|---|---|---|---|---|---|---|---|---|---|
| dummy | here | Marketer | Customer | xyz | QA | US | CA | 21-200 employees | 0342561342 | 1 | Marketing |
Then
user is logged out
@broadcastPage
Scenario Outline: Verify broadcast details are present in the episode details modal
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'innerHTML')
at __puppeteer_evaluation_script__:1:15
at ExecutionContext._evaluateInternal (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:273:13)
at runMicrotasks ((anonymous))
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async ExecutionContext.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:140:12)
at async JSHandle.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\JSHandle.ts:161:12)
Then
guest user is able to verify the series title: 'BEST OF DF'
Then
guest user is able to verify the episode title: 'Welcome to the Trusted Enterprise'
Then
guest user is able to verify the speaker one name and card title: 'Leah McGowen-Hare & VP, Trailblazer Community and Engagement, Salesforce'
Then
guest user is able to verify the speaker two name and card title: 'Ola Källenius & CEO, Mercedes-Benz'
Then
guest user is able to verify the speaker three name and card title: 'Marc Benioff & Chair and CEO, Salesforce'
Then
guest user is able to verify the speaker four name and card title: 'Bret Taylor & President & Chief Operating Officer, Salesforce'
Then
guest user is able to verify the speaker five name and card title: 'Stewart Butterfield & CEO & Co-Founder, Slack'
Then
guest user is able to verify the speaker six name and card title: 'Tamar Yehoshua & Chief Product Officer, Slack Technologies'
Then
guest user is able to verify the speaker seven name and card title: 'Sarah Franklin & President & Chief Marketing Officer, Salesforce'
Then
guest user is able to verify the speaker eight name and card title: 'Ebony Beckwith & CEO of Salesforce Foundation & Chief Philanthropy Officer, Salesforce'
Then
guest user is able to verify the speaker nine name and card title: 'Marquita Sidibe & Business Analyst, Liberty Mutual Insurance'
Then
guest user is able to verify the speaker ten name and card title: 'Catherine MacGregor & CEO, Engie'
@broadcastPage
Scenario Outline: an authenticated user interact with the video player controls
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'split')
at __puppeteer_evaluation_script__:1:19
at ExecutionContext._evaluateInternal (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:273:13)
at runMicrotasks ((anonymous))
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async ExecutionContext.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\ExecutionContext.ts:140:12)
at async JSHandle.evaluate (C:\Users\fraza\Desktop\SF UI Automation github\sf_ui_automation\node_modules\puppeteer\src\common\JSHandle.ts:161:12)
Then
authenticated user click the reverse video button
Then
authenticated user decrease volume
Then
authenticated user increase volume
Then
authenticated user click the maximize video button
Then
authenticated user click the minimize video button